runtime.hmap.hash0 (field)

32 uses

	runtime (current package)
		map.go#L123: 	hash0     uint32 // hash seed
		map.go#L295: 	h.hash0 = fastrand()
		map.go#L314: 	h.hash0 = fastrand()
		map.go#L417: 	hash := t.hasher(key, uintptr(h.hash0))
		map.go#L478: 	hash := t.hasher(key, uintptr(h.hash0))
		map.go#L522: 	hash := t.hasher(key, uintptr(h.hash0))
		map.go#L597: 	hash := t.hasher(key, uintptr(h.hash0))
		map.go#L718: 	hash := t.hasher(key, uintptr(h.hash0))
		map.go#L799: 				h.hash0 = fastrand()
		map.go#L934: 				hash := t.hasher(k, uintptr(h.hash0))
		map.go#L1016: 	h.hash0 = fastrand()
		map.go#L1193: 					hash := t.hasher(k2, uintptr(h.hash0))
		map_fast32.go#L29: 		hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast32.go#L69: 		hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast32.go#L104: 	hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast32.go#L194: 	hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast32.go#L285: 	hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast32.go#L351: 				h.hash0 = fastrand()
		map_fast32.go#L413: 					hash := t.hasher(k, uintptr(h.hash0))
		map_fast64.go#L29: 		hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast64.go#L69: 		hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast64.go#L104: 	hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast64.go#L194: 	hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast64.go#L285: 	hash := t.hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast64.go#L353: 				h.hash0 = fastrand()
		map_fast64.go#L415: 					hash := t.hasher(k, uintptr(h.hash0))
		map_faststr.go#L80: 	hash := t.hasher(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
		map_faststr.go#L175: 	hash := t.hasher(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
		map_faststr.go#L215: 	hash := t.hasher(noescape(unsafe.Pointer(&s)), uintptr(h.hash0))
		map_faststr.go#L314: 	hash := t.hasher(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
		map_faststr.go#L379: 				h.hash0 = fastrand()
		map_faststr.go#L441: 					hash := t.hasher(k, uintptr(h.hash0))